6451d0158ed2179eddd3252f4dbb427822dd2715,platform/platform-api/src/com/intellij/openapi/actionSystem/CommonShortcuts.java,CommonShortcuts,getRename,#,92

Before Change




  public static ShortcutSet getRename() {
    return new CustomShortcutSet(KeymapManager.getInstance().getActiveKeymap().getShortcuts(IdeActions.ACTION_RENAME));
  }

  public static ShortcutSet getDiff() {

After Change




  public static ShortcutSet getRename() {
    return shortcutsById(IdeActions.ACTION_RENAME);
  }

  public static ShortcutSet getDiff() {